Skip to content

Update docker.md - #810

Merged
Apollon77 merged 3 commits into
matter-js:mainfrom
purpose-pending:patch-1
Jul 31, 2026
Merged

Update docker.md#810
Apollon77 merged 3 commits into
matter-js:mainfrom
purpose-pending:patch-1

Conversation

@purpose-pending

@purpose-pending purpose-pending commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

chown and chmod flags have to be uppercase

closes #950

chown and chmod flags have to be uppercase

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Docker troubleshooting documentation to use the correct (uppercase) recursive flags for ownership and permission commands, so users can reliably fix volume permission issues when running the server in a container.

Changes:

  • Replace invalid -r flags with the correct recursive -R for chown and chmod.
  • Ensure the documented commands actually apply to the full data/ directory tree.

Comment thread docs/docker.md Outdated
Apollon77 and others added 2 commits July 31, 2026 12:37
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@Apollon77
Apollon77 merged commit 5ef04cc into matter-js:main Jul 31, 2026
@jandusek4

Copy link
Copy Markdown

Awesome and swift. I also want to add, that migration on docker compose based system from python matter server to this matterjs was straightforward as 1,2,3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong recursive flag in docker part of docs for chown and chmod

5 participants